home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / exec / lstats.data < prev    next >
Text File  |  1999-11-29  |  4KB  |  76 lines

  1. /* English Translation for LStats.rexx */
  2.  
  3.   var.1  = "txt_league_title = 'League Information for '"
  4.   var.2  = "txt_author       = 'Author : '"
  5.   var.3  = "txt_ddate        = 'Created: '"
  6.   var.4  = "txt_lversion     = 'Version: '"
  7.   var.5  = "txt_matches      = 'Matches played : '"
  8.   var.6  = "txt_hwins        = 'Home Wins      : '"
  9.   var.7  = "txt_draws        = 'Home Draws     : '"
  10.   var.8  = "txt_awins        = 'Away Wins      : '"
  11.   var.9  = "txt_ptswin       = 'Points For Win  : '"
  12.   var.10 = "txt_ptsdrw       = 'Points For Draw : '"
  13.   var.11 = "txt_ptslse       = 'Points For Loss : '"
  14.   var.12 = "txt_ptsgls       = 'Points For Goal : '"
  15.   var.13 = "txt_promo        = 'Number of Teams Promoted   : '"
  16.   var.14 = "txt_lreg         = 'Number of Teams Relegated  : '"
  17.   var.15 = "txt_lplayo       = 'Play Each Team             : '"
  18.   var.16 = "txt_bhw          = 'Biggest Home Win       (Priority given to teams with less goals scored against)'"
  19.   var.17 = "txt_bhw_line     = '----------------'"
  20.   var.18 = "txt_baw          = 'Biggest Away Win'"
  21.   var.19 = "txt_baw_line     = '----------------'"
  22.   var.20 = "txt_hatt         = 'Highest Attendance'"
  23.   var.21 = "txt_hatt_line    = '------------------'"
  24.   var.22 = "txt_latt         = 'Lowest Attendance'"
  25.   var.23 = "txt_latt_line    = '-----------------'"
  26.   var.24 = "txt_crowd        = 'Crowd : '"
  27.   var.25 = "txt_match        = 'Match : '"
  28.   var.26 = "txt_fgoal        = 'Fastest Goal'"
  29.   var.27 = "txt_fgoal_line   = '------------'"
  30.   var.28 = "txt_fside0       = 'Unknown side!'"
  31.   var.29 = "txt_fside1       = 'Home side.'"
  32.   var.30 = "txt_fside2       = 'Away side. '"
  33.   var.31 = "txt_player       = 'Player   : '"
  34.   var.32 = "txt_match2       = 'Match    : '"
  35.   var.33 = "txt_fgoal1       = ' in '"
  36.   var.34 = "txt_fgoal2       = ' mins for the '"
  37.   var.35 = "txt_topgoal      = 'Top Goal Scorers'"
  38.   var.36 = "txt_topgoal_line = '----------------'"
  39.   var.37 = "txt_topgoal1      = 'Pos. Goals Player                   '"
  40.   var.38 = "txt_topgoal1_line = '------------------------------------'"
  41.   var.39 = "txt_fplay         = 'Fair Play Table'"
  42.   var.40 = "txt_fplay_line    = '---------------             (1pt for Yellow, 2pts for Red)'"
  43.   var.41 = "txt_fplay1        = 'Pos. Team                              Yellow  Red   Total'"
  44.   var.42 = "txt_fplay1_line   = '----------------------------------------------------------'"
  45.   var.43 = "txt_brecord       = 'Best Record'"
  46.   var.44 = "txt_brecord_line  = '-----------'"
  47.   var.45 = "txt_brecord1      = ' points from '"
  48.   var.46 = "txt_brecord2      = ' matches ( '"
  49.   var.47 = "txt_brecord3      = '% ) '"
  50.   var.48 = "txt_cbur          = 'Current Best Undefeated Run'"
  51.   var.49 = "txt_cbur_line     = '---------------------------'"
  52.   var.50 = "txt_match3        = ' matches : '"
  53.   var.51 = "txt_w             = 'W'"
  54.   var.52 = "txt_d             = 'D'"
  55.   var.53 = "txt_sum_attd      = 'Attendance          : '"
  56.   var.54 = "txt_sum_attd2     = 'Attendance per match: '"
  57.   var.55 = "txt_error         = 'ERROR :    (LStats / League Information)'"
  58.   var.56 = "txt_ls1           = 'Cannot find '"
  59.   var.57 = "txt_ls2           = 'Cannot open '"
  60.   var.58 = "txt_ls3           = 'Cannot read '"
  61.   var.59 = "txt_ls4           = ' for reading.'"
  62.   var.60 = "txt_ls5           = 'Cannot create temporary file.'"
  63.   var.61 = "txt_ls6           = 'Number of Related Divisions: '"
  64.   var.62 = "txt_ls7           = 'Related Divisions          : '"
  65.   var.63 = "txt_ls8           = '(NOT used for Best Record/Undefeated Run)'"
  66.   var.64 = "txt_ls9           = 'Cannot read temporary file of goal scorers.'"
  67.   var.65 = "txt_ls10          = 'Cannot read temporary file for the Fair Play awards.'"
  68.   var.66 = "txt_ls11          = 'None found.'"
  69.  
  70.  
  71. /* Please don't change the following lines */
  72.  
  73.   setclip('VarCount', 66)
  74.   do i = 1 to 66
  75.     call setclip('var.'i, var.i)
  76.   end